home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VID / CLIPMONO.ZIP;1 / CLIPMONO.DOC next >
Encoding:
Text File  |  1993-11-16  |  3.8 KB  |  100 lines

  1.                                                         Nov. 15, 1993
  2.  
  3.  
  4. Program Name:          CLIPMONO.EXE
  5. For Operating System:  Windows 3.1
  6. Author:                Joseph J. Tamburino
  7. Address:               1640 Worcester Road, Apt. 104D
  8.                        Framingham, MA 01701
  9. Email:                 jjt@iri14.infores.com
  10. Price:                 FREE
  11. Extra Equipment:       2nd monitor and monochrome adapter card.
  12.  
  13.  
  14. Purpose
  15. -------
  16.  
  17.     ClipMono is a Windows utility designed to capture Windows 3.1
  18. data to a 2nd monochrome monitor.  Only text data is copied.
  19.  
  20.     In this fashion, one can refer to clipboard data by looking
  21. at the separate monochrome monitor, even when the clipboard data is not
  22. visible on the primary monitor.
  23.  
  24.  
  25. Usage
  26. -----
  27.  
  28.     ClipMono is easy to use.  Simply run the CLIPMONO.EXE program
  29. from an icon (or optionally stick the program name into the 'LOAD='
  30. section of WIN.INI).  Sorry, you have to create the program manager
  31. entry yourself.  There is no SETUP program.
  32.  
  33.     As soon as you activate the program, whatever text happens to
  34. reside in the clipboard when you launch ClipMono will instantly
  35. appear in the monochrome monitor.  (If there is no text in the
  36. clipboard, the monochrome display won't change).
  37.  
  38.     From then on, whatever text you decide to copy to the clipboard
  39. will instantly appear on the 2nd monitor.  (Ok, maybe not instantly!
  40. If you have a large amount of data, there may be a pause while ClipMono
  41. reformats the data).
  42.  
  43.  
  44. Menu Options
  45. ------------
  46.  
  47.     ClipMono doesn't have a "real" menu.  To activate ClipMono's menu,
  48. left-click the ClipMono icon ONCE (the resident icon, not the
  49. program manager icon).  The ClipMono menu will appear.  ClipMono's
  50. personalized options are "Reposition Screen", "Tab Size", "Refresh
  51. Screen", and "About".
  52.  
  53.     Use "Reposition Screen" to change your view of the clipboard on the
  54. monochrome monitor.  (You can only select this item if there are
  55. more than 25 lines in the clipboard).  The "Reposition Screen" menu
  56. item will pop up a scroll bar for this purpose.  (Optionally, you can
  57. use the PgUp, PgDn, Home, End, and arrow keys instead of the scroll
  58. bar.  This is a standard feature of window's scroll bars.  I didn't
  59. know this until I coded this program).
  60.  
  61.     The "Tab Size" option changes the number of characters displayed
  62. between tab stops when the clipboard data has imbedded tab characters.
  63.  
  64.     The "Refresh Screen" and "About" menu items are pretty straight
  65. forward.  Use the refresh item if some other program mucks up the
  66. monochrome screen.  (Refresh will not appear to do anything if there
  67. is no data in the clipboard, or if the monochrome screen is already
  68. displaying the correct clipboard data).
  69.  
  70.  
  71.  
  72. Miscellaneous Information
  73. -------------------------
  74.  
  75. The memory requirements vary depending on the size of the clipboard
  76. data.  Due to time constraints, no effort was made to optimize the
  77. memory required to store clipboard data.  Basically, clipboard data
  78. is stored in a fashion so as to be updated quickly on demand (using
  79. the "Reposition" menu item).  However, large clipboard documents
  80. may require a large amount of memory.  If you have virtual memory
  81. enabled, windows can dump this memory to disk if it needs to.
  82.  
  83. But the quickest way to free the memory is to just clear the clipboard.
  84. (Or even quicker, just terminate ClipMono!)
  85.  
  86. ClipMono always displays the approximate amount of memory it's using
  87. to store the monochrome image.  The size is displayed underneath the
  88. program's icon.  It is reported in Kbytes, or bytes / 1024.
  89.  
  90.  
  91. Note:  to clear the clipboard, use the "Delete" option of the Window's
  92. Clipboard viewer (not ClipMono).  Or just copy a empty block to the
  93. clipboard using the clipboard copy option, used in many Window's
  94. applications.
  95.  
  96.  
  97. Enjoy the program!
  98.  
  99. Joe
  100.